
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
input,
textarea,
select,
button,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: initial;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  padding: 0;
  margin: 0 auto !important;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p,
span {
  margin: 0;line-height: 200%;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a img {
  border: none;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
}
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
}
table th {
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fleximportant {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.inlineflex {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
}
.d_flex > * {
  display: block;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_direction_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dh {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fd {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.imgfd {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1440px) {
  .w1280 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1560,
  .w1280,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1680,
  .w1400,
  .wrap,
  .w1440,
  .w1600,
  .w1560,
  .w1280,
  .w1200 {
    padding: 0 20px;
  }
}
@media (max-width:990px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
@font-face {
  font-family: "sh_l";
  src: url('../font/SourceHanSansCN-Light.ttf');
}
@font-face {
  font-family: "sh_r";
  src: url('../font/SourceHanSansCN-Regular.ttf');
}
@font-face {
  font-family: "sh_m";
  src: url('../font/SourceHanSansCN-Medium.ttf');
}
@font-face {
  font-family: "qu_r";
  src: url('../font/QUESTRIAL.TTF');
}
@font-face {
  font-family: "ba_r";
  src: url('/fonts/BAHNSCHRIFT.TTF');
}
@font-face {
  font-family: "gr_b";
  src: url('/fonts/gilroy-bold.otf');
}
.sh_l {
  font-family: "sh_l";
  font-weight: 300;
}
.sh_r {
  font-family: "sh_r";
  font-weight: 400;
}
.sh_m {
  font-family: "sh_m";
}
.sh_b {
  font-family: "sh_r";
  font-weight: 600;
}
.qu_r {
  font-family: "qu_r";
}
.ba_r {
  font-family: "ba_r";
}
.gr_b {
  font-family: "gr_b";
}
body {
  font-family: "sh_r";
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #d4d6d7;
}
::-webkit-scrollbar-thumb {
  background-color: #133260;
  border-radius: 10px;
}
h2.h2 {
  font-size: 48px;
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  h2.h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  h2.h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  h2.h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h2.h2 {
    font-size: 24px;
  }
}
h3.h3 {
  font-size: 44px;
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38.5px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 33px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 29.33333333px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 23.46666667px;
  }
}
@media (max-width: 1680px) {
  h3.h3 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  h3.h3 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  h3.h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  h3.h3 {
    font-size: 22px;
  }
}
h4.h4 {
  font-size: 40px;
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 26.66666667px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 21.33333333px;
  }
}
@media (max-width: 1680px) {
  h4.h4 {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  h4.h4 {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  h4.h4 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h4.h4 {
    font-size: 20px;
  }
}
h5.h5 {
  font-size: 30px;
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  h5.h5 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  h5.h5 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  h5.h5 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h5.h5 {
    font-size: 18px;
  }
}
h6.h6 {
  font-size: 26px;
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 22.75px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  h6.h6 {
    font-size: 17.33333333px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 13.86666667px;
  }
}
@media (max-width: 1680px) {
  h6.h6 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  h6.h6 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  h6.h6 {
    font-size: 16px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circleProgress {
  0% {
    stroke-dashoffset: 314;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes fang {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.dks {
  width: 40px;
  height: 40px;
  margin: 0 auto 25px;
  position: relative;
}
.dks:before,
.dks:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #133260;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.dks:before {
  animation: ripple 3s ease-out 0s infinite;
}
.dks:after {
  animation: ripple 3s ease-out 1.5s infinite;
}
.dks i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #133260;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .dks i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .dks i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .dks i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .dks i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .dks i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .dks i {
    font-size: 16px;
  }
}
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #133260;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #133260;
  color: #fff;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0 30px;
  height: 80px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 14px;
  }
}
header a {
  color: #fff;
  font-size: 18px;
  font-family: "sh_r";
  font-weight: 400;
}
@media (max-width: 1680px) {
  header a {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header a {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 14px;
  }
}
header:hover,
header.on {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  color: #333;
}
header:hover a,
header.on a {
  color: #333;
}
header:hover .logo .img1,
header.on .logo .img1 {
  opacity: 0;
}
header:hover .logo .img2,
header.on .logo .img2 {
  opacity: 1;
}
header:hover .lan .lan_a .img .img1,
header.on .lan .lan_a .img .img1 {
  opacity: 0;
}
header:hover .lan .lan_a .img .img2,
header.on .lan .lan_a .img .img2 {
  opacity: 1;
}
header.scroll {
  top: -80px;
}
header .logo {
  max-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .logo img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .logo .img1 {
  opacity: 1;
}
header .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
header .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .nav > li {
  height: 100%;
}
header .nav > li .li_a {
  padding: 0 1.56vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
header .nav > li .li_a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0px;
  position: absolute;
  background: #133260;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .nav > li:hover .p_two_nav {
  max-height: 800px;
  overflow: auto;
}
@media (max-width:1560px) {
  header .nav > li:hover .p_two_nav {
    max-height: 700px;
  }
}
@media (max-width:1280px) {
  header .nav > li:hover .p_two_nav {
    max-height: 577px;
  }
}
header .nav > li:hover .li_a,
header .nav > li.on .li_a {
  color: #133260;
}
header .nav > li:hover .li_a:before,
header .nav > li.on .li_a:before {
  width: calc(100% - 3.12vw);
  left: 1.56vw;
}
header .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .logo {
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.19vw;
}
header .logo img {
  display: block;
  max-height: 55px;
}
header .logo img.on {
  display: none;
}
header .lan {
  width: auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .lan:hover .lan_box {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
header .lan .lan_a {
  width: 100%;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
}
header .lan .lan_a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .lan .lan_a .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .lan .lan_a .img .img1 {
  opacity: 1;
}
header .lan .lan_a .img .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
header .lan .lan_a i {
  font-size: 12px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
header .lan .lan_box {
  position: absolute;
  left: -21px;
  top: 70%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  animation: show 0.5s;
  min-width: 100px;
}
header .lan .lan_box a {
  text-align: center;
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
@media (max-width: 1680px) {
  header .lan .lan_box a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .lan .lan_box a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .lan .lan_box a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .lan .lan_box a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .lan .lan_box a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  header .lan .lan_box a {
    font-size: 14px;
  }
}
header .lan .lan_box a:hover {
  color: #133260;
}
header .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 15px;
}
header .search .open_search {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}
@media (max-width: 1680px) {
  header .search .open_search {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .search .open_search {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .search .open_search {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .search .open_search {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .search .open_search {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  header .search .open_search {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header .search .open_search {
    font-size: 14px;
  }
}
header .search .open_search:hover {
  color: #133260;
}
header .search .search_box {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  background: #fff;
  z-index: 10000;
  left: 0;
  display: none;
}
header .search .search_box .close_search {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 2.6vw;
  right: 2.6vw;
  display: block;
  font-size: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
}
@media (max-width: 1680px) {
  header .search .search_box .close_search {
    font-size: 43.75px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .close_search {
    font-size: 37.5px;
  }
}
@media (max-width: 1280px) {
  header .search .search_box .close_search {
    font-size: 33.33333333px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .close_search {
    font-size: 26.66666667px;
  }
}
header .search .search_box .close_search:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header .search .search_box .box {
  width: 800px;
  max-width: 100%;
  margin: 6.25vw auto;
}
header .search .search_box .box .search_form {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid #dbdbdb;
}
header .search .search_box .box .search_form input {
  width: calc(100% - 50px);
  height: 100%;
  font-size: 16px;
  color: #ababab;
  padding: 0px;
}
@media (max-width: 1680px) {
  header .search .search_box .box .search_form input {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .search_form input {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .search .search_box .box .search_form input {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .box .search_form input {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .search .search_box .box .search_form input {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .search_form input {
    font-size: 14px;
  }
}
header .search .search_box .box .search_form input::placeholder {
  font-size: 16px;
  color: #ababab;
}
@media (max-width: 1680px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .search_form input::placeholder {
    font-size: 14px;
  }
}
header .search .search_box .box .search_form a {
  width: 50px;
  height: 55px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1680px) {
  header .search .search_box .box .search_form a {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .search_form a {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  header .search .search_box .box .search_form a {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .box .search_form a {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  header .search .search_box .box .search_form a {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .search_form a {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .box .search_form a {
    font-size: 18px;
  }
}
header .search .search_box .box .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}
header .search .search_box .box .item_a {
  margin-top: 1.15vw;
}
header .search .search_box .box .item_a a {
  font-size: 14px;
  color: #848484;
  padding: 0px 15px;
  height: 32px;
  border-radius: 16px;
  background: #f0f0f0;
  display: inline-block;
  line-height: 32px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header .search .search_box .box .item_a a {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  header .search .search_box .box .item_a a {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  header .search .search_box .box .item_a a {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .box .item_a a {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  header .search .search_box .box .item_a a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  header .search .search_box .box .item_a a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  header .search .search_box .box .item_a a {
    font-size: 13px;
  }
}
header .search .search_box .box .item_a a:hover {
  background: #133260;
  color: #fff;
}
@media (max-width:1440px) {
  header {
    height: 60px;
  }
}
@media (max-width:990px) {
  header {
    display: none;
  }
}
.p_two_nav {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 15px 20px -2px rgba(153, 153, 153, 0.4);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.p_two_nav::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #e5e5e5;
}
@media (max-width:1280px) {
  .p_two_nav {
    top: 60px;
  }
}
.p_two_nav .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_two_nav .center .p_lt {
  width: 80%;
}
.p_two_nav .center .p_lt ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 60px 0;
  padding-right: 38px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-right: 1px solid #efefef;
}
.p_two_nav .center .p_lt ul li {
  width: 23%;
}
.p_two_nav .center .p_lt ul li .p_title1 a {
  font-size: 20px;
  color: #222;
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_lt ul li .p_title1 a {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_lt ul li .p_title1 a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .p_two_nav .center .p_lt ul li .p_title1 a {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .p_two_nav .center .p_lt ul li .p_title1 a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_lt ul li .p_title1 a {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_lt ul li .p_title1 a {
    font-size: 16px;
  }
}
.p_two_nav .center .p_lt ul li .p_sub {
  font-size: 14px;
  color: #808c8c;
  margin: 10px 0 18px;
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p_two_nav .center .p_lt ul li .p_sub {
    font-size: 13px;
  }
}
.p_two_nav .center .p_lt ul li .img {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.p_two_nav .center .p_lt ul li .daohang .icon {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p_two_nav .center .p_lt ul li .daohang .icon .icon_img {
  margin-right: 20px;
}
.p_two_nav .center .p_lt ul li .daohang .icon a {
  font-size: 16px;
  color: #666666;
  position: relative;
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_lt ul li .daohang .icon a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_lt ul li .daohang .icon a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .p_two_nav .center .p_lt ul li .daohang .icon a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .p_two_nav .center .p_lt ul li .daohang .icon a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_lt ul li .daohang .icon a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_lt ul li .daohang .icon a {
    font-size: 14px;
  }
}
.p_two_nav .center .p_lt ul li .daohang .icon a::before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -5px;
  position: absolute;
  transform: translate(-50%);
  background: #78c9cd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.p_two_nav .center .p_lt ul li .daohang .icon a:hover,
.p_two_nav .center .p_lt ul li .daohang .icon a.active {
  color: #133260;
}
.p_two_nav .center .p_lt ul li .daohang .icon a:hover::before,
.p_two_nav .center .p_lt ul li .daohang .icon a.active::before {
  width: 100%;
  left: 1.56vw;
}
.p_two_nav .center .p_rt {
  margin-left: 40px;
  margin-top: 50px;
}
.p_two_nav .center .p_rt a {
  display: block;
  padding: 15px 50px;
  height: auto;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  white-space: nowrap  ;
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_rt a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_rt a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .p_two_nav .center .p_rt a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .p_two_nav .center .p_rt a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .p_two_nav .center .p_rt a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .p_two_nav .center .p_rt a {
    font-size: 14px;
  }
}
.p_two_nav .center .p_rt a.cb {
  border-color: #e6e6e6;
  color: #000;
}
.p_two_nav .center .p_rt a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.p_two_nav .center .p_rt a:hover.cb {
  border-color: #133260;
  color: #000;
}
.head_wap {
  display: none;
}
@media (max-width:990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }
  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: #133260;
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
    height: 100vh;
    overflow: auto;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #133260;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: #133260;
  }
  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: #133260;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: #133260;
  }
}
.header_d {
  height: 0;
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
  height: 75px;
}
@media (max-width:990px) {
  .header_d2 {
    height: 0;
  }
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner:before {
  content: '';
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  animation: fd 6s infinite;
  animation-iteration-count: 1;
}
.banner .swiper-slide.swiper-slide-active .sb .line:before {
  animation: line 6s infinite;
  animation-iteration-count: 1;
}
.banner .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.banner .swiper-slide .img img {
  width: 100%;
  object-fit: cover;
  min-height: 400px;
}
.banner .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner .swiper-slide .art {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .swiper-slide .art .w1600 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.banner .swiper-slide .art article {
  width: 100%;
  text-align: center;
  margin-top: -2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
  opacity: 1;
  visibility: hidden;
}
.banner .swiper-slide .art h2 {
  font-size: 48px; font-weight:900;
  color: #fff;
  font-family: 'qu_r', 'sh_l';
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h2 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h2 {
    font-size: 24px;
  }
}
.banner .swiper-slide .art h2 span {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url("../images/bg2.png");
  background-size: 100% 100%;
}
.banner .swiper-slide .art h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  font-family: 'qu_r', 'sh_r';
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .banner .swiper-slide .art h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .banner .swiper-slide .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .banner .swiper-slide .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .banner .swiper-slide .art h3 {
    font-size: 16px;
  }
}
.banner .swiper-slide .art a {
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .banner:before {
    background-size: 100% 100%;
    bottom: -2px;
  }
}
@media (max-width:768px) {
  .banner:before {
    height: 80px;
  }
  .banner .swiper-slide .art article {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .banner .swiper-slide .art article h2 {
    font-size: 22px;
  }
  .banner .swiper-slide .art article a {
    margin-top: 20px;
  }
}
.title {
  font-size: 48px;
  color: #232323;
  text-align: center;
  font-family: "sh_m";
}
@media (max-width: 1680px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .title {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: 24px;
  }
}
.title_info {
  font-size: 24px;
  color: #888888;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 1680px) {
  .title_info {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .title_info {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .title_info {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .title_info {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .title_info {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .title_info {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .title_info {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .title_info {
    font-size: 14px;
  }
}
.tec_index {
  position: relative;
  z-index: 2;
  padding-bottom: 9.11vw;
}
.tec_index h2 {
  margin-top: -2.34vw;
  width: 80%;
  margin: 0 auto;
}
.tec_index .title_info {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width:768px) {
  .tec_index {
    padding-bottom: 50px;
  }
}
@keyframes run3 {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(210deg);
  }
  100% {
    transform: rotate(390deg);
  }
}
.tec_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.08vw;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.tec_items .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.tec_items .item:hover .icon {
  background-image: url(../images/bg3_1.png);
}
.tec_items .item:hover .icon i {
  animation: run3 10s linear infinite;
  border-color: #133260;
}
.tec_items .item:hover .icon i:before,
.tec_items .item:hover .icon i:after {
  background: #133260;
}
.tec_items .item:hover .icon .box .img .img1 {
  opacity: 0;
}
.tec_items .item:hover .icon .box .img .img2 {
  opacity: 1;
}
.tec_items .item .icon {
  width: 12.5vw;
  height: 12.5vw;
  border-radius: 50%;
  background: url(../images/bg3.png) no-repeat center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  min-width: 105px;
  min-height: 105px;
  max-width: 240px;
  max-height: 240px;
}
.tec_items .item .icon i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  z-index: -1;
}
.tec_items .item .icon i:before,
.tec_items .item .icon i:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #dadada;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
.tec_items .item .icon i:before {
  left: 50%;
  top: 0;
  margin-left: -3px;
  margin-top: -3px;
}
.tec_items .item .icon i:after {
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  margin-bottom: -3px;
}
.tec_items .item .icon .box {
  width: 75%;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tec_items .item .icon .box .img {
  width: 2.5vw;
  height: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  min-width: 30px;
  min-height: 30px;
  max-width: 48px;
  max-height: 48px;
}
.tec_items .item .icon .box .img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tec_items .item .icon .box .img .img1 {
  opacity: 1;
}
.tec_items .item .icon .box .img .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tec_items .item .icon .box h3 {
  font-size: 24px;
  font-family: "sh_m";
  color: #232323;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1680px) {
  .tec_items .item .icon .box h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .tec_items .item .icon .box h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .tec_items .item .icon .box h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .tec_items .item .icon .box h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .tec_items .item .icon .box h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .tec_items .item .icon .box h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .tec_items .item .icon .box h3 {
    font-size: 16px;
  }
}
.tec_items .item h4 {
  font-size: 18px;
  color: #232323;
  text-align: center;
  margin: 15px auto 10px;
  width: 92%;
}
@media (max-width: 1680px) {
  .tec_items .item h4 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .tec_items .item h4 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .tec_items .item h4 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .tec_items .item h4 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .tec_items .item h4 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .tec_items .item h4 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .tec_items .item h4 {
    font-size: 14px;
  }
}
.tec_items .item .info {
  font-size: 14px;    padding: 0px 34px;
  line-height: 24px;
  color: rgba(35, 35, 35, 0.7);
  text-align: center;
}
@media (max-width: 1680px) {
  .tec_items .item .info {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .tec_items .item .info {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .tec_items .item .info {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .tec_items .item .info {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .tec_items .item .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .tec_items .item .info {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .tec_items .item .info {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .tec_items .item {
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
  }
  .tec_items .item .icon {
    margin: 0 auto;
  }
  .tec_items .item .icon .box h3 {
    font-size: 13px;
    position: absolute;
    margin-top: 162px;
    white-space: nowrap;
  }
  .tec_items .item .art {
    margin-top: 50px;
  }
  .tec_items .item h4 {
    text-align: center;
    margin: 0 0 12px 0;
    width: 100%;
  }
  .tec_items .item .info {
    text-align: center;
    line-height: 22px;
  }
}
.core_index {
  padding: 5.21vw 0 9.64vw;
  background: url(../images/j1.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.core_index h2 {
  color: #fff;
}
.core_index .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-top: 5.21vw;
  z-index: 1;
}
.core_index .box.on .i:before {
  opacity: 1;
  width: 50%;
}
.core_index .box.on2 .i:after {
  opacity: 1;
  width: 50%;
}
.core_index .box .i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 13.33vw;
  height: 13.33vw;
  background: url(../images/bg4.png) no-repeat center;
  background-size: 100%;
  display: block;
  z-index: -1;
}
.core_index .box .i:before,
.core_index .box .i:after {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.core_index .box .i:before {
  right: 50%;
  background-image: url(../images/bg4_1.png);
  background-position: right center;
}
.core_index .box .i:after {
  left: 50%;
  background-image: url(../images/bg4_2.png);
  background-position: left center;
}
.core_index .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 6.51vw;
  width: calc(50% - 1px);
}
.core_index .box a.a1 {
  padding: 0 8.59vw;
}
@media (max-width:768px) {
  .core_index .box a.a1 {
    padding: 0;
  }
}
.core_index .box a.on h3,
.core_index .box a.on h4,
.core_index .box a.on .info,
.core_index .box a.on .btn_a2 {
  opacity: 1;
}
.core_index .box a.on h4 {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url("../images/bg2_1.png");
  background-size: 100% 100%;
}
.core_index .box a h3 {
  font-size: 60px; text-transform:uppercase;
  font-family: "sh_r";
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .core_index .box a h3 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .core_index .box a h3 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .core_index .box a h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a h3 {
    font-size: 32px;
  }
}
@media (max-width:1280px) {
  .core_index .box a h3 {
    font-size: 38px;
  }
}
.core_index .box a h4 {
  font-size: 30px;
  font-family: "sh_m";
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}
@media (max-width: 1680px) {
  .core_index .box a h4 {
    font-size: 26.25px;
  }
}
@media (max-width: 1440px) {
  .core_index .box a h4 {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .core_index .box a h4 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a h4 {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .core_index .box a h4 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .core_index .box a h4 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a h4 {
    font-size: 18px;
  }
}
.core_index .box a .info {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 20px 0 30px;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .core_index .box a .info {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .core_index .box a .info {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .core_index .box a .info {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a .info {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .core_index .box a .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .core_index .box a .info {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a .info {
    font-size: 13px;
  }
}
.core_index .box a .btn_a2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .core_index .box a .btn_a2 {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .core_index .box a .btn_a2 {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .core_index .box a .btn_a2 {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a .btn_a2 {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .core_index .box a .btn_a2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .core_index .box a .btn_a2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .core_index .box a .btn_a2 {
    font-size: 13px;
  }
}
.core_index .box a .btn_a2 img {
  margin-left: 15px;
}
@media (max-width:768px) {
  .core_index {
    padding: 50px 0;
  }
  .core_index .box {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .core_index .box em {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    margin: 15px auto;
  }
  .core_index .box .i {
    top: 0;
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
  .core_index .box .i:before,
  .core_index .box .i:after {
    opacity: 1 !important;
    width: 50%;
  }
  .core_index .box a {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .core_index .box a h3 {
    font-size: 28px;
  }
  .core_index .box a .info {
    margin: 10px 0 15px;
  }
  .core_index .box a > * {
    opacity: 1 !important;
  }
  .core_index .box a h4 {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url("../images/bg2_1.png");
    background-size: 100% 100%;
  }
}
.pro_index {
  padding-top: 4.11vw;
  overflow: hidden;
}
@media (max-width:768px) {
  .pro_index {
    padding: 40px 0 30px;
  }
}
.pro_s1 {
  margin: 2.34vw 0 2.6vw;
}
@media (min-width: 768px) {
  .pro_s1 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.pro_s1 .swiper-slide {
  width: auto;
}
.pro_s1 .swiper-slide .btn_a {
  border-radius: 1000px;
  border: 1px solid #133260;
  color: #133260;
  padding: 0 1.56vw;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.pro_s1 .swiper-slide .btn_a:hover {
  color: #fff;
}
.pro_s1 .swiper-slide .btn_a:hover::after {
  background: #133260;
  z-index: -1;
}
.pro_s1 .swiper-slide.swiper-slide-active a {
  color: #fff;
  background: #133260;
}
@media (max-width:990px) {
  .pro_s1 .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pro_s1 .swiper-slide {
    width: 23%;
  }
}
@media (max-width:768px) {
  .pro_s1 {
    margin: 15px 0 20px;
  }
  .pro_s1 .swiper-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .pro_s1 .swiper-slide {
    width: 46% !important;
    margin-top: 15px;
  }
  .pro_s1 .swiper-slide a {
    padding: 0px;
    width: 100%;
  }
}
@keyframes show2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pro_s2 {
  position: relative;
  padding-bottom: 45px;
}
.pro_s2.on:before,
.pro_s2.on:after {
  animation: show2 0.5s;
}
.pro_s2:before,
.pro_s2:after {
  content: '';
  width: 100%;
  height: calc(100% - 45px);
  position: absolute;
  top: 0;
  border-radius: 15px;
}
.pro_s2:before {
  left: calc(-100% - 20px);
  background: url(../images/j4.jpg) no-repeat center;
}
.pro_s2:after {
  right: calc(-100% - 20px);
  background: url(../images/j4.jpg) no-repeat center;
}
.pro_s2 .swiper-pagination span {
  width: 1.67vw;
  height: 2px;
  background: #000000;
  border-radius: 0;
  min-width: 15px;
}
.pro_s2 .swiper-slide.swiper-slide-active a .art {
  opacity: 1;
}
.pro_s2 .swiper-slide a {
  display: block;
  position: relative;
}
.pro_s2 .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pro_s2 .swiper-slide a .img {
  width: 100%;
  height: 0;
  padding-bottom: 48.57%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.pro_s2 .swiper-slide a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_s2 .swiper-slide a .art {
  width: 42%;
  position: absolute;
  left: 2.86vw;
  height: 100%;
  z-index: 2;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pro_s2 .swiper-slide a .art h3 {
  font-size: 48px;
  font-family: "sh_m";
}
@media (max-width: 1680px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 25.6px;
  }
}
@media (max-width: 1680px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .pro_s2 .swiper-slide a .art h3 {
    font-size: 24px;
  }
}
.pro_s2 .swiper-slide a .art h4 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
}
@media (max-width: 1680px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .pro_s2 .swiper-slide a .art h4 {
    font-size: 16px;
  }
}
.pro_s2 .swiper-slide a .art .info {
  font-size: 14px;
  line-height: 24px;
  width: 320px;
  max-width: 100%;
  margin: 20px 0 28px;
}
@media (max-width: 1680px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .pro_s2 .swiper-slide a .art .info {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .pro_s2:before,
  .pro_s2:after {
    display: none;
  }
  .pro_s2 .swiper-slide a .art {
    position: relative;
    color: #222;
    padding-top: 15px;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .pro_s2 .swiper-slide a .art h4 {
    color: rgba(0, 0, 0, 0.6);
  }
  .pro_s2 .swiper-slide a .art .info {
    margin: 10px 0 15px;
  }
  .pro_s2 .swiper-slide a .art .btn_a2 i {
    background: url(../images/i2.png) no-repeat center / cover;
  }
}
.news_index {
  padding: 5.21vw 0 6.67vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news_index:before {
  content: '';
  width: 100%;
  height: calc(248px + 6.67vw);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: -1;
}
@media (max-width:1280px) {
  .news_index:before {
    height: calc(200px + 6.67vw);
  }
}
@media (max-width:768px) {
  .news_index {
    padding: 40px 0;
  }
  .news_index:before {
    height: 100%;
  }
}
.news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 3.44vw;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.news_item .left {
  width: 57.14%;
  border-radius: 1.04vw;
  background: #fff;
  overflow: hidden;
}
.news_item .left:hover .imgbox img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_item .left:hover .art h3 {
  color: #133260;
}
.news_item .left .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
  position: relative;
  overflow: hidden;
}
.news_item .left .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_item .left .art {
  padding-left: 1.82vw;
}
.news_item .left .art .info {
  padding-right: 11.98vw;
}
.news_item .right {
  width: 42.86%;
  padding-left: 3.13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_item .art {
  padding: 2.08vw 0;
  height: 248px;
}
.news_item .art.art2 {
  padding-top: 3.13vw;
}
.news_item .art:hover h3 {
  color: #133260;
}
.news_item .art .p1 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1680px) {
  .news_item .art .p1 {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .news_item .art .p1 {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .news_item .art .p1 {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_item .art .p1 {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .news_item .art .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .news_item .art .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .news_item .art .p1 {
    font-size: 13px;
  }
}
.news_item .art h3 {
  font-size: 24px;
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 12px 0 22px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'sh_m';
}
@media (max-width: 1680px) {
  .news_item .art h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .news_item .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_item .art h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news_item .art h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .news_item .art h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .news_item .art h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .news_item .art h3 {
    font-size: 16px;
  }
}
.news_item .art .info {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #181818;
}
@media (max-width: 1680px) {
  .news_item .art .info {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .news_item .art .info {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .news_item .art .info {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_item .art .info {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .news_item .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .news_item .art .info {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .news_item .art .info {
    font-size: 13px;
  }
}
.news_item .art .p2 {
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 1680px) {
  .news_item .art .p2 {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .news_item .art .p2 {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .news_item .art .p2 {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .news_item .art .p2 {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .news_item .art .p2 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .news_item .art .p2 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .news_item .art .p2 {
    font-size: 13px;
  }
}
@media (max-width:1280px) {
  .news_item .art {
    height: 200px;
  }
  .news_item .art h3 {
    margin: 10px 0 15px;
  }
  .news_item .art .p2 {
    margin-top: 15px;
  }
}
@media (max-width:768px) {
  .news_item {
    margin-top: 20px;
  }
  .news_item .left {
    width: 100%;
    border-radius: 10px;
  }
  .news_item .left .art {
    padding: 15px;
    height: 170px;
  }
  .news_item .left .art .info {
    padding-right: 0;
  }
  .news_item .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .news_item .art {
    height: 150px;
    padding: 15px 0;
  }
  .news_item .art.art2 {
    padding-bottom: 5px;
  }
  .news_item .art h3 {
    margin-bottom: 10px;
  }
  .news_item .art .p2 {
    margin-top: 10px;
  }
}
.other_index {
  padding: 3.39vw 0 3.65vw;
  background: url(../images/bg5.jpg) no-repeat center / cover;
  overflow: hidden;
}
.other_index .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.other_index .left {
  width: 26%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.other_index .left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.other_index .left .p1 {
  font-size: 14px;
  color: #ffffff;
  margin: 1.56vw 0 0.52vw;
}
@media (max-width: 1680px) {
  .other_index .left .p1 {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .other_index .left .p1 {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .other_index .left .p1 {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .other_index .left .p1 {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .other_index .left .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .other_index .left .p1 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .other_index .left .p1 {
    font-size: 13px;
  }
}
.other_index .left .gpdm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  color: #fff;
  line-height: 1.1;
  margin-bottom: -10px;
  display: none;
}
.other_index .left .gpdm .s1 {
  font-size: 60px;
}
@media (max-width: 1680px) {
  .other_index .left .gpdm .s1 {
    font-size: 52.5px;
  }
}
@media (max-width: 1440px) {
  .other_index .left .gpdm .s1 {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .other_index .left .gpdm .s1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .other_index .left .gpdm .s1 {
    font-size: 32px;
  }
}
.other_index .left .gpdm .s2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 1vw 0 1.3vw;
}
@media (max-width: 1680px) {
  .other_index .left .gpdm .s2 {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .other_index .left .gpdm .s2 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .other_index .left .gpdm .s2 {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .other_index .left .gpdm .s2 {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .other_index .left .gpdm .s2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .other_index .left .gpdm .s2 {
    font-size: 16px;
  }
}
.other_index .left .gpdm i {
  width: 18px;
  height: 9px;
  display: block;
  background: url(../images/i6.png) no-repeat center;
  background-size: 100% 100%;
}
.other_index .mid {
  flex: 1;
  padding-left: 13%;
}
.other_index .mid h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 1.56vw;
}
@media (max-width: 1680px) {
  .other_index .mid h3 {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .other_index .mid h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .other_index .mid h3 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .other_index .mid h3 {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .other_index .mid h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .other_index .mid h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .other_index .mid h3 {
    font-size: 16px;
  }
}
.other_index .mid .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.other_index .mid .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  width: calc(50% - 40px);
  box-sizing: border-box;
  padding: 18px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.other_index .mid .btn a .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.other_index .mid .btn a .rt > img {
  height: 2.08vw;
  margin-right: 1.15vw;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 20px;
}
.other_index .mid .btn a .rt p {
  font-size: 16px;
  font-family: "sh_r";
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .other_index .mid .btn a .rt p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .other_index .mid .btn a .rt p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .other_index .mid .btn a .rt p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .other_index .mid .btn a .rt p {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .other_index .mid .btn a .rt p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .other_index .mid .btn a .rt p {
    font-size: 14px;
  }
}
.other_index .mid .btn a:hover img {
  opacity: 1;
}
.other_index .mid .btn a:hover p {
  color: #ffffff;
}
.other_index .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.other_index .right p {
  font-size: 14px;
  color: #fff;
  margin-right: 1.04vw;
}
@media (max-width: 1680px) {
  .other_index .right p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .other_index .right p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .other_index .right p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .other_index .right p {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .other_index .right p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .other_index .right p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .other_index .right p {
    font-size: 13px;
  }
}
@media (max-width:990px) {
  .other_index .w1400 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .other_index .left {
    width: 100%;
    border-right: 0;
  }
  .other_index .mid {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width:768px) {
  .other_index .mid .btn {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .other_index .mid .btn a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.share a {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  margin-right: 1.04vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.share a:last-child {
  margin-right: 0;
}
.share a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.share a:hover .ewm {
  display: block;
}
.share a .ewm {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  margin-left: -60px;
  top: -125px;
  display: none;
  animation: show 0.5s;
}
.share a .ewm img {
  width: 110px;
  height: 110px;
}
@media (max-width:768px) {
  .share a {
    margin-right: 10px;
  }
}
footer {
  padding: 3.91vw 0;
  background: #efefef;
}
@media (max-width:768px) {
  footer {
    padding: 20px 0;
  }
}
.foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 4.95vw;
}
.foot_nav .a1 {
  font-size: 14px;
  font-family: "sh_r";
  font-weight: 400;
  color: #212121;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1680px) {
  .foot_nav .a1 {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .foot_nav .a1 {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .foot_nav .a1 {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .foot_nav .a1 {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .foot_nav .a1 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .foot_nav .a1 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .foot_nav .a1 {
    font-size: 13px;
  }
}
.foot_nav .item a {
  display: block;
  font-size: 14px;
  font-family: "sh_l";
  font-weight: 300;
  color: rgba(33, 33, 33, 0.6);
  line-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .foot_nav .item a {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .foot_nav .item a {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .foot_nav .item a {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .foot_nav .item a {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .foot_nav .item a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .foot_nav .item a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .foot_nav .item a {
    font-size: 13px;
  }
}
.foot_nav .item a:hover {
  color: #212121;
}
@media (max-width:768px) {
  .foot_nav {
    display: none;
  }
}
.copyright {
  padding-top: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-top: 1px solid #dedede;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.7);
}
@media (max-width: 1680px) {
  .copyright {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .copyright {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .copyright {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .copyright {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .copyright {
    font-size: 13px;
  }
}
.copyright div,
.copyright p,
.copyright a {
  font-size: 14px;
  color: rgba(33, 33, 33, 0.7);
  font-family: 'qu_r', 'sh_l';
}
@media (max-width: 1680px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .copyright div,
  .copyright p,
  .copyright a {
    font-size: 13px;
  }
}
.copyright a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright a:hover {
  color: #212121;
}
.copyright .left,
.copyright .right {
  margin-bottom: 8px;
}
.copyright .right a {
  margin-left: 1.3vw;
}
.copyright .right a:first-child {
  margin-left: 0;
}
@media (max-width:768px) {
  .copyright {
    border: none;
  }
  .copyright .left,
  .copyright .right {
    width: 100%;
    text-align: center;
  }
}
.p_banner {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.p_banner .about_banner {
  width: 100%;
  height: 100%;
}
.p_banner .about_banner img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 300px;
  object-fit: cover;
}
.p_banner .p_con {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.p_banner .p_con .title {
  color: #fff;
  font-weight: 700;
}
.p_banner .p_con .sub {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1680px) {
  .p_banner .p_con .sub {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .p_banner .p_con .sub {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_banner .p_con .sub {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p_banner .p_con .sub {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .p_banner .p_con .sub {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .p_banner .p_con .sub {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_banner .p_con .sub {
    font-size: 16px;
  }
}
.p_introduce {
  position: relative;
  padding: 135px 0 80px;
}
.p_introduce::after {
  content: '';
  display: block;
  width: 100%;
  height: calc(396px + 10vw);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/a_icon_2.png) no-repeat center / cover;
}
.p_introduce .p_introduce_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_introduce .p_introduce_con .a_icon {
  border-radius: 20px;
}
.p_introduce .p_introduce_con .a_icon img {
  border-radius: 20px;
}
.p_introduce .p_introduce_con .p_con_right {
  padding-left: 100px;
  flex: 1;
}
.p_introduce .p_introduce_con .p_con_right .title {
  margin-top: 40px;
  text-align: left;
}
.p_introduce .p_introduce_con .p_con_right .company {
  font-size: 24px;
  color: #333;
  margin-bottom: 96px;
  margin-top: 32px;
}
@media (max-width: 1680px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_introduce .p_introduce_con .p_con_right .company {
    font-size: 16px;
  }
}
.p_introduce .p_introduce_con .p_con_right .details {
  color: #808b93;
  height: 318px;
  overflow-y: auto;
}
.p_introduce .p_introduce_con .p_con_right .details .icon {
  margin-bottom: 30px;
}
.p_introduce .p_introduce_con .p_con_right .details .icon p {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1680px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p_introduce .p_introduce_con .p_con_right .details .icon p {
    font-size: 13px;
  }
}
@media (max-width:1560px) {
  .p_introduce {
    padding: 100px 0 50px;
  }
  .p_introduce::after {
    height: calc(396px + 4vw);
  }
  .p_introduce .p_introduce_con .a_icon img {
    max-width: 85%;
  }
}
@media (max-width:1280px) {
  .p_introduce {
    padding: 80px 0 50px;
  }
  .p_introduce::after {
    height: calc(396px + 3vw);
  }
  .p_introduce .p_introduce_con .a_icon img {
    max-width: 77%;
  }
  .p_introduce .p_introduce_con .p_con_right {
    padding-left: 0;
  }
  .p_introduce .p_introduce_con .p_con_right .company {
    margin-bottom: 80px;
  }
}
@media (max-width:1024px) {
  .p_introduce .p_introduce_con .a_icon img {
    max-width: 90%;
  }
}
@media (max-width:990px) {
  .p_introduce {
    padding: 60px 0 35px;
  }
  .p_introduce::after {
    height: calc(396px + 0vw);
  }
  .p_introduce .p_introduce_con .a_icon img {
    max-width: 90%;
  }
  .p_introduce .p_introduce_con .p_con_right .company {
    margin-bottom: 35px;
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  .p_introduce {
    padding: 45px 0 35px;
  }
  .p_introduce .p_introduce_con {
    flex-direction: column-reverse;
  }
  .p_introduce .p_introduce_con .a_icon img {
    width: 100%;
    max-width: 100%;
    /* max-height: 350px;*/
  }
  .p_introduce .p_introduce_con .p_con_right .title {
    margin-top: 0;
  }
  .p_introduce .p_introduce_con .p_con_right .company {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .p_introduce .p_introduce_con .p_con_right .details {
    height: 240px;
    margin-bottom: 15px;
  }
}
.p_culture {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p_culture .p_culture_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.p_culture .p_culture_bg img {
  width: 100%;
  height: 100%;
  min-height: 350px;
}
.p_culture .p_culture_con {
  position: relative;
  z-index: 9;
  width: 100%;
}
.p_culture .p_culture_con .center .title {
  color: #fff;
  margin-top: 108px;
}
.p_culture .p_culture_con .center .details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 120px;
}
.p_culture .p_culture_con .center .details ul li {
  position: relative;
  width: 240px;
  height: 240px;
  cursor: pointer;
  margin-bottom: 390px;
}
.p_culture .p_culture_con .center .details ul li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.p_culture .p_culture_con .center .details ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.8s;
  opacity: 0;
}
.p_culture .p_culture_con .center .details ul li:nth-child(2) {
  margin: 0 132px;
  position: relative;
}
.p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -55%;
  width: 56%;
  transform: translateY(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 56%;
  transform: translateY(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.p_culture .p_culture_con .center .details ul li .icon_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p_culture .p_culture_con .center .details ul li .icon_box .icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.p_culture .p_culture_con .center .details ul li .icon_box .icon .a_icon1 {
  margin-bottom: 17px;
}
.p_culture .p_culture_con .center .details ul li .icon_box .icon .a_icon1 img {
  display: block;
}
.p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    font-size: 16px;
  }
}
.p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    font-size: 13px;
  }
}
.p_culture .p_culture_con .center .details ul li.active::after {
  opacity: 1;
  width: 120%;
  height: 120%;
}
.p_culture .p_culture_con .center .details ul li.active .icon_sub {
  display: none;
}
.p_culture .p_culture_con .center .details ul li.active .details_msg {
  opacity: 1;
}
.p_culture .p_culture_con .center .details ul li .details_msg {
  position: absolute;
  width: 445%;
  left: 50%;
  bottom: -308px;
  transform: translate(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line {
  display: block;
  width: 525px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -58px;
  position: relative;
}
.p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line::before {
  content: '';
  width: 2px;
  height: 65px;
  display: block;
  position: absolute;
  bottom: -63px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line::after {
  content: '';
  width: 2px;
  height: 65px;
  display: block;
  position: absolute;
  bottom: -63px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line i {
  width: 2px;
  height: 65px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.p_culture .p_culture_con .center .details ul li .details_msg .center {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon {
  width: 45%;
  text-align: center;
}
.p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi {
  background-color: #fff;
  padding: 8px 25px;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto;
}
.p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
  color: #6dc5c9;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_title {
    font-size: 16px;
  }
}
.p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi .msg_sub {
    font-size: 14px;
  }
}
.p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.5;
  font-size: 13px;
  height: calc(5em * 1.5);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    font-size: 13px;
  }
}
@media (max-width:1560px) {
  .p_culture .p_culture_con .center .details ul {
    margin-top: 80px;
  }
  .p_culture .p_culture_con .center .details ul li {
    width: 200px;
    height: 200px;
    margin-bottom: 365px;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box::before {
    left: -67%;
    width: 69%;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box::after {
    width: 66%;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg p {
    display: initial;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line {
    width: 460px;
  }
}
@media (max-width:1280px) {
  .p_culture .p_culture_con .center .details ul li:nth-child(2) {
    margin: 0 120px;
  }
  .p_culture .p_culture_con .center .details ul li {
    margin-bottom: 346px;
    width: 180px;
    height: 180px;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line {
    width: 400px;
  }
  .p_culture .p_culture_con .center .title {
    margin-top: 80px;
  }
}
@media (max-width:990px) {
  .p_culture .p_culture_con .center .details ul li {
    width: 140px;
    height: 140px;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line {
    width: 325px;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) {
    margin: 0 96px;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .a_icon1 {
    margin-bottom: 10px;
    max-width: 35px;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    text-align: center;
  }
}
@media (max-width:768px) {
  .p_culture::before {
    content: '';
    display: block;
    padding-bottom: 910px;
  }
  .p_culture .p_culture_con {
    position: absolute;
    top: 0;
  }
  .p_culture .p_culture_con .center .title {
    margin-top: 35px;
  }
  .p_culture .p_culture_con .center .details ul {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 185px;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg {
    width: 280%;
    top: 388px;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .center {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon {
    width: 100%;
    margin-top: 20px;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg {
    width: 100%;
  }
  .p_culture .p_culture_con .center .details ul li {
    width: auto;
    height: auto;
    margin-bottom: 25px;
  }
  .p_culture .p_culture_con .center .details ul li::before {
    border-radius: 0;
  }
  .p_culture .p_culture_con .center .details ul li::after {
    border-radius: 0;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box {
    position: relative;
    padding: 10px;
    height: 92px;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .center .msg_icon .msg_wenzi {
    width: 100%;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box .icon {
    align-items: flex-start;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_title {
    position: absolute;
    top: 10px;
    left: 94px;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    position: absolute;
    top: 33px;
    left: 60px;
  }
  .p_culture .p_culture_con .center .details ul li .icon_box .icon .icon_sub {
    height: calc(2em * 1.5);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box::before {
    display: none;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box::after {
    display: none;
  }
  .p_culture .p_culture_con .center .details ul li .details_msg .details_msg_line {
    display: none;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2)::before {
    border-radius: 50%;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2)::after {
    border-radius: 50%;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box .icon {
    align-items: center;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box .icon .icon_title {
    position: initial;
  }
  .p_culture .p_culture_con .center .details ul li:nth-child(2) .icon_box .icon .icon_sub {
    position: initial;
  }
}
.p_course {
  overflow: hidden;
  position: relative;
}
.p_course .center {
  height: 100%;
}
.p_course .center .course_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 108px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:768px) {
  .p_course .center .course_top {
    margin: 35px 0;
  }
}
.p_course .center .course_top .page {
  font-size: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_course .center .course_top .page .swiper-pagination {
  display: none;
}
.p_course .center .course_top .page .count {
  margin: 0 20px;
  font-family: "ba_r";
}
.p_course .center .course_top .page .count span {
  font-size: 20px;
  color: #000;
}
@media (max-width: 1680px) {
  .p_course .center .course_top .page .count span {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  .p_course .center .course_top .page .count span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .p_course .center .course_top .page .count span {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  .p_course .center .course_top .page .count span {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  .p_course .center .course_top .page .count span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .p_course .center .course_top .page .count span {
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .p_course .center .course_top .page .count {
    margin: 0 15px;
  }
}
.p_course .center .course_top .page .swiper-button-next {
  position: initial;
  margin-top: -9px;
}
.p_course .center .course_top .page .swiper-button-next::after {
  content: '';
}
.p_course .center .course_top .page .swiper-button-prev {
  position: initial;
  margin-top: -9px;
}
.p_course .center .course_top .page .swiper-button-prev::after {
  content: '';
}
.p_course .center .course_con {
  height: 100%;
}
.p_course .center .course_con .swiper {
  height: 100%;
}
.p_course .center .course_con .swiper .swiper-slide {
  height: 100%;margin-bottom: 44px;
}
.p_course .center .course_con .swiper .swiper-slide a {
  width: 100%;
  display: block;
  background-color: #f4f7f7;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width:1280px) {
  .p_course .center .course_con .swiper .swiper-slide a {
    padding: 35px;
  }
}
.p_course .center .course_con .swiper .swiper-slide a .msg .title {
  text-align: left;
  line-height: 1;
  margin-bottom: 45px;
  font-family: "ba_r";
}
@media (max-width:1280px) {
  .p_course .center .course_con .swiper .swiper-slide a .msg .title {
    margin-bottom: 10px;
  }
}
.p_course .center .course_con .swiper .swiper-slide a .msg ul {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: auto;
}
.p_course .center .course_con .swiper .swiper-slide a .msg ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: block;
  font-size: 14px;
  color: #808c8c;
  line-height: 1.6;
  margin: 15px 0;
}
.p_course .center .course_con .swiper .swiper-slide a .msg ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border: 2px solid #70c6ca;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width:1280px) {
  .p_course .center .course_con .swiper .swiper-slide a .msg ul li::before {
    width: 5px;
    height: 5px;
  }
}
@media (max-width:1280px) {
  .p_course .center .course_con .swiper .swiper-slide a .msg ul li {
    font-size: 13px;
  }
}
@media (max-width:1280px) {
  .p_course .center .course_top {
    margin-top: 80px;
  }
  .p_course .center .course_top .page .swiper-button-prev {
    margin-top: -12px;
  }
  .p_course .center .course_top .page .swiper-button-next {
    margin-top: -12px;
  }
}
@media (max-width:768px) {
  .p_course .center .course_top {
    margin-top: 35px;
  }
}
.lal629_sySolution {
  background: #fafbfb;
  padding-bottom: 83px;
  position: relative;
}
.lal629_sySolution.research {
  background: url(../images/1697649593722440575.png) no-repeat center / cover;
  margin-top: 120px;
}
.lal629_sySolution.research .sySolutionSwpBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lal629_sySolution.research .sySolutionSwpBox > .title {
  margin-top: 108px;
  color: #fff;
}
.lal629_sySolution .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  padding: 0 20px;
}
.lal629_sySolution .sySolution_oneSwp .swiper-container {
  height: 100%;
  position: relative;
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  width: auto !important;
  z-index: 999;
  border-radius: 50px;
  font-size: 0;
  -webkit-transform: rotate(0deg);
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 20px;
  border-radius: 50px;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    font-size: 14px;
  }
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a:hover {
  color: #133260;
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a:hover::after {
  z-index: -1;
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide img {
  height: 2.083vw;
  min-height: 30px;
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}
.lal629_sySolution .sySolution_oneSwp .swiper-slide.swiper-slide-active .btn_a {
  background-color: #fff;
  color: #133260;
  border-radius: 50px;
}
.lal629_sySolution .sySolution_twoSwp {
  color: #fff;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg {
  width: 100%;
  height: 100%;
  margin-top: 105px;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con {
  width: 100%;
  height: auto;
  color: #fff;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .title {
  color: #fff;
  text-align: center;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .title_info {
  color: #6dc5c9;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 32px;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
  line-height: 1.7;
  font-size: 14px;
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 7.46666667px;
  }
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen {
    height: 156px;
    overflow: auto;
  }
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .all_btn {
  margin-top: 55px;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .all_btn .btn a {
  color: #fff;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .all_btn .btn:hover a {
  color: #01abff;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav {
  width: 55%;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 46px;
  padding-right: 96px;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active {
  position: relative;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .num {
  color: #fff;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .line {
  position: absolute;
  right: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(208, 228, 229, 0.1), rgba(208, 228, 229, 0.3), #cee2e3);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .name1 {
  margin-top: 41px;
  color: #fff;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info {
  cursor: pointer;
  width: 200px;
  text-align: center;
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .num {
  font-size: 60px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  font-family: "ba_r";
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .num {
    font-size: 54px;
  }
}
@media (max-width: 1440px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .num {
    font-size: 44px;
  }
}
@media (max-width: 1280px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .num {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .num {
    font-size: 34px;
  }
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .line {
  margin: 25px 0 15px;
  width: 200px;
  height: 1px;
  background-color: rgba(208, 228, 229, 0.3);
}
.lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    font-size: 14px;
  }
}
@media (max-width:1280px) {
  .lal629_sySolution.research {
    margin-top: 90px;
  }
  .lal629_sySolution.research .sySolutionSwpBox > .title {
    margin-top: 80px;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .z_wen p {
    display: initial;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav {
    margin-top: 39px;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li {
    margin-bottom: 27px;
    padding-right: 65px;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active {
    position: relative;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .num {
    color: #fff;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .line {
    position: absolute;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(208, 228, 229, 0.1), rgba(208, 228, 229, 0.3), #cee2e3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .name1 {
    margin-top: 31px;
    color: #fff;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .line {
    margin: 15px 0;
  }
}
@media (max-width:990px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li {
    margin-bottom: 27px;
    padding-right: 0;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active {
    position: relative;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .num {
    color: #fff;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .line {
    position: absolute;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(208, 228, 229, 0.1), rgba(208, 228, 229, 0.3), #cee2e3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li.active .info .name1 {
    margin-top: 31px;
    color: #fff;
  }
}
@media (max-width:768px) {
  .lal629_sySolution .navBox {
    justify-content: flex-start;
  }
  .lal629_sySolution .sySolution_oneSwp .swiper-slide .btn_a {
    width: 100%;
    margin-right: 0;
  }
  .lal629_sySolution.research {
    margin-top: 45px;
  }
  .lal629_sySolution .sySolution_oneSwp .swiper-container .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .lal629_sySolution .sySolution_oneSwp .swiper-slide {
    margin-bottom: 15px;
  }
  .lal629_sySolution .sySolution_oneSwp .swiper-container {
    height: auto;
  }
  .lal629_sySolution.research .sySolutionSwpBox > .title {
    margin-top: 35px;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg {
    margin-top: 35px;
    width: 100%;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul {
    flex-direction: initial;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav {
    width: 100%;
    overflow-x: auto;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li {
    width: 48%;
    justify-content: flex-start;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info {
    width: 100%;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .name1 {
    height: calc(3em * 1.5);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li .info .line {
    width: 100%;
  }
}
@media (max-width:480px) {
  .lal629_sySolution .sySolution_twoSwp .i_about_con .i_about_con_nav ul li {
    width: 100%;
  }
  .lal629_sySolution .sySolution_twoSwp .i_about_con .msg .msg_con .title_info {
    width: 100%;
  }
}
.p_base .center .top .title {
  margin-top: 108px;
}
.p_base .center .top .sub {
  text-align: center;
  font-size: 14px;
  color: #808b8c;
  line-height: 24px;
  margin-top: 16px;
}
.p_base .center .num ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 76px 0;
}
.p_base .center .num ul li {
  width: 19.86%;
  text-align: center;
}
.p_base .center .num ul li .count {
  font-size: 50px;
  color: #6dc5c9;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "ba_r";
}
@media (max-width: 1680px) {
  .p_base .center .num ul li .count {
    font-size: 44px;
  }
}
@media (max-width: 1440px) {
  .p_base .center .num ul li .count {
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  .p_base .center .num ul li .count {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .p_base .center .num ul li .count {
    font-size: 26px;
  }
}
.p_base .center .num ul li .danwei {
  font-size: 18px;
  color: #222222;
}
@media (max-width: 1680px) {
  .p_base .center .num ul li .danwei {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .p_base .center .num ul li .danwei {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .p_base .center .num ul li .danwei {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .p_base .center .num ul li .danwei {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .p_base .center .num ul li .danwei {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .p_base .center .num ul li .danwei {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .p_base .center .num ul li .danwei {
    font-size: 14px;
  }
}
.p_base .center .num ul li:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.p_base .center .a_icon3 {
  width: 100%;
}
.p_base .center .a_icon3 img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width:1280px) {
  .p_base .center .top .title {
    margin-top: 80px;
  }
  .p_base .center .num ul {
    margin: 45px 0;
  }
}
@media (max-width:768px) {
  .p_base .center .top .title {
    margin-top: 35px;
  }
  .p_base .center .num ul {
    margin: 35px 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .p_base .center .num ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_base .center .num ul li .danwei {
    text-align: left;
  }
  .p_base .center .num ul li:nth-child(2) {
    border: 0;
  }
  .p_base .center .num ul li .count {
    width: 30%;
    margin-bottom: 15px;
  }
  .p_base .center .top .sub p {
    display: initial;
  }
}
.p_future .top .title {
  margin-top: 110px;
}
.p_future .top .title_info p {
  color: #808b8c;
}
.p_future .future_con {
  width: 100%;
}
.p_future .future_con .fu_dh {
  width: 100%;
}
.p_future .future_con .fu_dh ul {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
  margin: 60px auto 0;
  display: flex;
}
.p_future .future_con .fu_dh ul li {
  width: 13.54%;
  overflow: hidden;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.p_future .future_con .fu_dh ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p_future .future_con .fu_dh ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_future .future_con .fu_dh ul li.curr {
  width: 59.4%;
}
.p_future .future_con .fu_dh ul li .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_future .future_con .fu_dh ul li .layer .title_info {
  color: #fff;
}
.p_future .future_con .fu_dh ul li .layer .p1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p_future .future_con .fu_dh ul li .layer .p1 b,
.p_future .future_con .fu_dh ul li .layer .p1 span {
  display: block;
}
.p_future .future_con .fu_dh ul li .layer .p1 .col2 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 34px;
}
.p_future .future_con .fu_dh ul li .layer .p1 .col2::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 30%;
  height: 1px;
  left: 50%;
  transform: translate(-50%);
}
.p_future .future_con .fu_dh ul li .layer .p2 {
  position: absolute;
  bottom: 0;
  right: -120px;
  color: #fff;
  height: 100%;
  width: 38.63%;
}
.p_future .future_con .fu_dh ul li .layer .p2 .p_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
}
.p_future .future_con .fu_dh ul li .layer .p2 .p_title .col2 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 34px;
}
.p_future .future_con .fu_dh ul li .layer .p2 .p_box {
  padding: 150px 40px 40px;
  width: 100%;
  height: 440px;
  background-color: #6dc5c9;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 20px 0 0 0;
}
.p_future .future_con .fu_dh ul li .layer .p2 .p_box .info {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.p_future .future_con .fu_dh ul li .layer .p2 b,
.p_future .future_con .fu_dh ul li .layer .p2 span {
  display: block;
  text-align: left;
  padding-left: 40px;
}
@media (max-width:1560px) {
  .p_future .future_con .fu_dh ul {
    height: 558px;
  }
  .p_future .future_con .fu_dh ul li .layer .p2 .p_box {
    padding: 116px 40px 40px;
    height: 335px;
  }
  .p_future .future_con .fu_dh ul li .layer .p2 .p_box .info {
    height: calc(8em * 1.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
  .p_future .future_con .fu_dh ul li .layer .p2 .p_box p {
    display: initial;
  }
}
@media (max-width:1280px) {
  .p_future .top .title {
    margin-top: 80px;
  }
}
@media (max-width:1024px) {
  .p_future .future_con .fu_dh ul li .layer .p2 {
    width: 48.76%;
  }
}
@media (max-width:768px) {
  .p_future {
    margin-bottom: 80px;
  }
  .p_future .top .title {
    margin-top: 35px;
  }
  .p_future .future_con {
    padding: 0 20px;
  }
  .p_future .future_con .fu_dh ul {
    margin-top: 30px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .p_future .future_con .fu_dh ul li {
    width: 50% !important;
    height: 330px;
  }
  .p_future .future_con .fu_dh ul li .layer .p2 {
    display: none;
  }
  .p_future .future_con .fu_dh ul li .layer .p1 .col2 {
    margin-top: 15px;
  }
}
@media (max-width: 620px) {
  .p_future .future_con .fu_dh ul li {
    height: 290px;
  }
}
@media (max-width: 550px) {
  .p_future .future_con .fu_dh ul li {
    height: 255px;
  }
}
@media (max-width: 480px) {
  .p_future .future_con .fu_dh ul li {
    height: 220px;
  }
}
@media (max-width: 420px) {
  .p_future .future_con .fu_dh ul li {
    height: 190px;
  }
}
@media (max-width: 360px) {
  .p_future .future_con .fu_dh ul li {
    height: 160px;
  }
}
.layout {
  position: relative;
  overflow: hidden;
}
.layout .layout_wrap {
  position: relative;
  min-width: 758px;
}
.layout .layout_wrap img {
  height: 100%;
  display: block;
  width: 100%;
}
.layout .layout_wrap .coordinate {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout .layout_wrap .coordinate .icon {
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.layout .layout_wrap .coordinate .icon p {
  color: #222;
  font-size: 14px;
}
.layout .layout_wrap .coordinate .icon .dian {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6dc5c9;
  margin-right: 6px;
}
.layout .layout_wrap .coordinate .icon.active p {
  font-size: 18px;
  color: #010101;
  font-weight: 600;
  margin: -74px 0 0 -28px;
}
@media (max-width: 1680px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .layout .layout_wrap .coordinate .icon.active p {
    font-size: 16px;
  }
}
.layout .layout_wrap .coordinate .icon.active .dian {
  position: relative;
}
.layout .layout_wrap .coordinate .icon.active .dian i {
  display: block;
  width: 44px;
  height: 44px;
  background-color: rgba(109, 197, 201, 0.4);
  border-radius: 50%;
  position: absolute;
  top: -18px;
  left: -18px;
  animation: fang 3s linear infinite;
}
.layout .layout_wrap .coordinate .icon.active .dian i::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 69.98px;
  height: 69.98px;
  background-color: rgba(109, 197, 201, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout .layout_wrap .coordinate .icon.active .dian i::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 129.78px;
  height: 129.78px;
  background-color: rgba(109, 197, 201, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout .layout_wrap .coordinate .icon1 {
  left: 43.22%;
  top: 26.02%;
}
.layout .layout_wrap .coordinate .icon2 {
  left: 46.51%;
  top: 29.19%;
}
.layout .layout_wrap .coordinate .icon3 {
  left: 48.17%;
  top: 20.21%;
}
.layout .layout_wrap .coordinate .icon4 {
  left: 52.6%;
  top: 31.61%;
}
.layout .layout_wrap .coordinate .icon5 {
  left: 58.22%;
  top: 37.41%;
}
.layout .layout_wrap .coordinate .icon6 {
  left: 61.66%;
  top: 11.39%;
}
.layout .layout_wrap .coordinate .icon7 {
  left: 76.65%;
  top: 45%;
}
.layout .layout_wrap .coordinate .icon8 {
  left: 81.09%;
  top: 34.93%;
}
.layout .layout_wrap .coordinate .icon8 p {
  margin: -24px 0 0 -6px;
}
.layout .layout_wrap .coordinate .icon9 {
  left: 84.27%;
  top: 34.64%;
}
@media (max-width: 686px) {
  .layout .layout_wrap {
    left: -10%;
  }
}
@media (max-width: 624px) {
  .layout .layout_wrap {
    left: -20%;
  }
}
@media (max-width: 570px) {
  .layout .layout_wrap {
    left: -30%;
  }
}
@media (max-width: 524px) {
  .layout .layout_wrap {
    left: -40%;
  }
}
@media (max-width: 486px) {
  .layout .layout_wrap {
    left: -50%;
  }
}
@media (max-width: 454px) {
  .layout .layout_wrap {
    left: -65%;
  }
}
@media (max-width: 412px) {
  .layout .layout_wrap {
    left: -78%;
  }
}
@media (max-width: 382px) {
  .layout .layout_wrap {
    left: -85%;
  }
}
@media (max-width: 370px) {
  .layout .layout_wrap {
    left: -88%;
  }
}
.layout .layout_con {
  position: absolute;
  top: 18.81%;
  left: 12.7%;
  height: auto;
}
.layout .layout_con .layout_con_top .title {
  text-align: left;
  width: min(51%, 5em);
}
.layout .layout_con .layout_con_top p {
  width: 50%;
  font-size: 24px;
  color: #888888;
}
@media (max-width: 1680px) {
  .layout .layout_con .layout_con_top p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .layout .layout_con .layout_con_top p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .layout .layout_con .layout_con_top p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .layout .layout_con .layout_con_top p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .layout .layout_con .layout_con_top p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .layout .layout_con .layout_con_top p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .layout .layout_con .layout_con_top p {
    font-size: 16px;
  }
}
.layout .layout_con .layout_con_tab {
  margin-top: 60px;
}
.layout .layout_con .layout_con_tab .tabs {
  display: flex;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
.layout .layout_con .layout_con_tab .tabs::after {
  content: '';
  display: block;
  width: 120%;
  height: 1px;
  background: linear-gradient(to right, #9b9b9b, #bfbfbf, #e4e4e4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout .layout_con .layout_con_tab .tabs li {
  text-align: center;
  margin-bottom: 15px;
}
.layout .layout_con .layout_con_tab .tabs li a {
  margin-right: 19px;
  padding: 0 18px;
  border-radius: 1000px;
  border: 1px solid #133260;
  color: #133260;
  height: 45px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.layout .layout_con .layout_con_tab .tabs li a:hover {
  color: #fff;
}
.layout .layout_con .layout_con_tab .tabs li a:hover::after {
  background: #133260;
  z-index: -1;
}
.layout .layout_con .layout_con_tab .tabs li.active a {
  background-color: #133260;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1000px;
}
.layout .layout_con .layout_con_tab .boxs {
  height: 267px;
  overflow: auto;
}
.layout .layout_con .layout_con_tab .boxs .tabs-box {
  display: none;
  margin-top: 38px;
}
.layout .layout_con .layout_con_tab .boxs .tabs-box.boxOne {
  display: block;
}
.layout .layout_con .layout_con_tab .boxs .tabs-box .box_flex {
  display: flex;
  margin-left: 20px;
}
.layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon {
  margin-right: 40px;
}
.layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-family: "sh_m";
}
@media (max-width: 1680px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon .state_title {
    font-size: 16px;
  }
}
.layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon ul li {
  font-size: 14px;
  color: #222;
  margin-bottom: 30px;
}
@media (max-width:1280px) {
  .layout .layout_con .layout_con_tab .boxs .tabs-box .tabs-box-icon ul li {
    margin-bottom: 15px;
  }
}
@media (max-width:1366px) {
  .layout .layout_con .layout_con_tab {
    margin-top: 34px;
  }
}
@media (max-width:1280px) {
  .layout .layout_con {
    left: 5.7%;
    top: 7.81%;
  }
  .layout .layout_con .layout_con_tab .boxs {
    height: 207px;
    overflow: auto;
  }
  .layout .layout_con .layout_con_tab .boxs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #d4d6d7;
  }
  .layout .layout_con .layout_con_tab .boxs::-webkit-scrollbar-thumb {
    background-color: #133260;
    border-radius: 10px;
  }
  .layout .layout_con .layout_con_tab .tabs li a {
    margin-right: 12px;
    padding: 0 12px;
  }
  .layout .layout_wrap .coordinate .icon .dian {
    width: 6px;
    height: 6px;
  }
  .layout .layout_wrap .coordinate .icon.active p {
    margin: -36px 0 0 -20px;
  }
}
@media (max-width:990px) {
  .layout {
    display: flex;
    flex-direction: column-reverse;
  }
  .layout .layout_con {
    position: initial;
    margin-top: 60px;
    padding: 0 20px;
  }
  .layout .layout_con .layout_con_top .title {
    width: 100%;
  }
  .layout .layout_con .layout_con_tab .boxs {
    height: auto;
  }
  .layout .layout_wrap .coordinate .icon9 {
    top: 32.94%;
  }
  .layout .layout_con .layout_con_tab .tabs::after {
    width: 100%;
  }
  .layout .layout_con .layout_con_tab {
    margin-top: 20px;
  }
  .layout .layout_con .layout_con_tab .tabs {
    flex-wrap: wrap;
    width: 100%;
  }
  .layout .layout_con .layout_con_tab .tabs li {
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  .layout .layout_con {
    margin-top: 0;
  }
  .layout .layout_con .layout_con_top p {
    width: 100%;
  }
  .layout .layout_con .layout_con_tab .tabs li {
    width: 50%;
  }
  .layout .layout_con .layout_con_tab .tabs li a {
    padding: 0;
    margin-right: 0;
  }
}
.p_honor .center .title {
  margin-top: 108px;
}
.p_honor .center .about_honor {
  overflow: hidden;
  margin-top: 30px;
}
.p_honor .center .about_honor .honor_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 30px 0 60px;
}
.p_honor .center .about_honor .honor_title .honor_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_honor .center .about_honor .honor_title .btn_a {
  margin-right: 18px;
  border: 1px solid #133260;
  border-radius: 1000px;
  color: #133260;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.p_honor .center .about_honor .honor_title .btn_a:last-child {
  margin-right: 0;
}
.p_honor .center .about_honor .honor_title .btn_a:hover {
  color: #fff;
}
.p_honor .center .about_honor .honor_title .btn_a:hover::after {
  background-color: #133260;
  z-index: -1;
}
.p_honor .center .about_honor .honor_title .btn_a.o_aaa {
  background-color: #133260;
  color: #fff;
  border: none;
}
.p_honor .center .about_honor .honor_con {
  overflow: hidden;
  position: relative;
}
.p_honor .center .about_honor .honor_con.h_active {
  display: block !important;
}
.p_honor .center .about_honor .honor_con ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_honor .center .about_honor .honor_con ul li {
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.p_honor .center .about_honor .honor_con ul li a .images {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 38px;
  border-radius: 20px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}
.p_honor .center .about_honor .honor_con ul li a .images .honor_icon1 {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
}
.p_honor .center .about_honor .honor_con ul li a .images .honor_icon1 img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s;
}
.p_honor .center .about_honor .honor_con ul li a .con_msg {
  margin-top: 20px;
  text-align: center;
  height: 50px;
}
.p_honor .center .about_honor .honor_con ul li a .con_msg h2 {
  font-size: 14px;
  color: #808c8c;
}
.p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
  font-size: 18px;
  color: #222;
}
@media (max-width: 1680px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .p_honor .center .about_honor .honor_con ul li.swiper-slide-active a .con_msg h2 {
    font-size: 14px;
  }
}
.p_honor .center .about_honor .honor_con .swiper-slide-active,
.p_honor .center .about_honor .honor_con .swiper-slide-duplicate-active {
  transform: scale(1);
}
.p_honor .center .about_honor .honor_box {
  margin-bottom: 145px;
  position: relative;
}
.p_honor .center .about_honor .honor_box .swiper-pagination {
  bottom: -45px;
}
.p_honor .center .about_honor .honor_box .swiper-pagination span {
  width: 32px;
  height: 2px;
  border-radius: 0;
}
.p_honor .center .about_honor .honor_box .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #133260;
}
@media (max-width:1280px) {
  .p_honor .center .title {
    margin-top: 80px;
  }
  .p_honor .center .about_honor {
    margin-top: 15px;
  }
  .p_honor .center .about_honor .honor_title {
    margin: 15px 0 45px;
  }
}
@media (max-width:768px) {
  .p_honor .center .title {
    margin-top: 35px;
  }
  .p_honor .center .about_honor .honor_title .honor_tab {
    flex-direction: column;
  }
  .p_honor .center .about_honor .honor_title .btn_a {
    width: 100%;
    margin-bottom: 15px;
  }
  .p_honor .center .about_honor .honor_title {
    margin: 15px 0 30px;
  }
}
